home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 February / macformat-047.iso / Demos / Chiller Killers / Chiller / Chiller.DXR / 00520.ls < prev    next >
Encoding:
Text File  |  1996-11-28  |  212 b   |  14 lines

  1. on dropdrums
  2.   global st, wait, drumonly, drums
  3.   set st to 1
  4.   set wait to 1
  5.   if drumonly = 1 then
  6.     nothing()
  7.   else
  8.     mixdown()
  9.     puppetSound(1, 0)
  10.     set drums to 0
  11.     set drumonly to 0
  12.   end if
  13. end
  14.